バージョン

FromBytes(Byte[]) メソッド

指定したバイト配列から単一の AppointmentRecurrence オブジェクトを逆シリアル化します。
シンタックス
'宣言
 
Public Shared Function FromBytes( _
   ByVal bytes() As Byte _
) As AppointmentRecurrence
public static AppointmentRecurrence FromBytes( 
   byte[] bytes
)

パラメータ

bytes
この AppointmentRecurrence インスタンスのシリアル化された情報を含むバイト配列。

戻り値の型

指定したバイト配列からシリアル化された、新しい AppointmentRecurrence インスタンス。
参照